home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1997 / HAM Radio 1997.iso / vcls / ftp / ezdesign.dfm / ezdesign.txt
Text File  |  1996-04-08  |  1KB  |  59 lines

  1. object ezd: Tezd
  2.   Left = 206
  3.   Top = 95
  4.   BorderStyle = bsNone
  5.   Caption = 'ezd'
  6.   ClientHeight = 50
  7.   ClientWidth = 181
  8.   Color = clWhite
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnShow = FormShow
  16.   TextHeight = 16
  17.   object Shape1: TShape
  18.     Left = 2
  19.     Top = 2
  20.     Width = 177
  21.     Height = 6
  22.     Brush.Color = clRed
  23.   end
  24.   object Shape2: TShape
  25.     Left = 2
  26.     Top = 42
  27.     Width = 177
  28.     Height = 6
  29.     Brush.Color = clRed
  30.   end
  31.   object Label1: TLabel
  32.     Left = 2
  33.     Top = 10
  34.     Width = 176
  35.     Height = 17
  36.     Alignment = taCenter
  37.     Caption = 'StarTech EZDesign '
  38.     Font.Color = clBlack
  39.     Font.Height = -16
  40.     Font.Name = 'Arial Black'
  41.     Font.Style = [fsBold]
  42.     ParentFont = False
  43.   end
  44.   object Label2: TLabel
  45.     Left = 0
  46.     Top = 26
  47.     Width = 179
  48.     Height = 16
  49.     Alignment = taCenter
  50.     AutoSize = False
  51.     Caption = 'Double Click Me!'
  52.   end
  53.   object Timer1: TTimer
  54.     OnTimer = Timer1Timer
  55.     Left = 10
  56.     Top = 20
  57.   end
  58. end
  59.